An intelligent Model Context Protocol (MCP) server that automatically generates comprehensive unit tests for Angular, React, and Next.js projects using Jest, Karma/Jasmine, or other testing frameworks.
Features
🔍 Automatic Project Detection - Detects Angular, React, or Next.js projects and their versions
📦 Framework Management - Checks for testing frameworks and offers automated installation
📚 Live Documentation Fetching - Retrieves latest Jest and Jasmine documentation before generating tests
🤖 LLM-Powered Generation - Uses Claude Sonnet 4.5+ for intelligent test generation
🎯 High Coverage Target - Generates tests targeting >85% code coverage
✅ All Public Methods - Creates tests for all exported functions and public class methods
🔄 Side-by-Side Validation - Displays source and test code for easy review
🛠️ Multiple Frameworks - Supports Jest, Karma/Jasmine, and Vitest
Server Config
{
"mcpServers": {
"generate-unit-testing": {
"command": "node",
"args": [
"/Users/ahmadreza/Documents/Development/project/MCPs/GenerateUnitTesting/build/index.js"
]
}
}
}